home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(2, 1)
- set the castNum of sprite 2 to cast "LEFT PANEL ON"
- updateStage()
- end
-
- on mouseUp
- set the castNum of sprite 2 to cast "LEFT PANEL OFF"
- updateStage()
- puppetSprite(2, 0)
- end
-